From: Matthias Clasen Date: Fri, 1 Nov 2019 13:09:28 +0000 (-0400) Subject: Bump the pango dependency X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~663^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=41c52e955dd04d546a7fe3b3cf1cfb0ebabd8713;p=gtk4.git Bump the pango dependency This lets us avoid freetype uses, and simplifies some other things as well. --- diff --git a/meson.build b/meson.build index 6977fd95fd..dec20736d5 100644 --- a/meson.build +++ b/meson.build @@ -27,7 +27,7 @@ else endif glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req) -pango_req = '>= 1.41.0' +pango_req = '>= 1.44.0' fribidi_req = '>= 0.19.7' atk_req = '>= 2.15.1' cairo_req = '>= 1.14.0'